From: Ben Hutchings Date: Wed, 16 Mar 2011 03:17:06 +0000 (+0000) Subject: sched: Do not enable autogrouping by default X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~11^2~93 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=af193fd0b3f0fcdcc3e2b3e83af8b3f67b26718c;p=linux-4.9.git sched: Do not enable autogrouping by default We want to provide the option of autogrouping but without enabling it by default yet. Gbp-Pq: Topic debian Gbp-Pq: Name sched-autogroup-disabled.patch --- diff --git a/kernel/sched/auto_group.c b/kernel/sched/auto_group.c index da39489d2d80..ec2bbc342e0b 100644 --- a/kernel/sched/auto_group.c +++ b/kernel/sched/auto_group.c @@ -7,7 +7,7 @@ #include #include -unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1; +unsigned int __read_mostly sysctl_sched_autogroup_enabled = 0; static struct autogroup autogroup_default; static atomic_t autogroup_seq_nr;